home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / forums-popup-picker.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  67 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Popup Picker
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Select an item from the list and the selected value is passed to the form field of the original window, and the pop-up closes automatically. <!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13. <!-- HOW TO INSTALL POPUP PICKER:
  14.  
  15.   1.  Copy code into the body section of document  -->
  16.  
  17. <!-- STEP ONE: Add this code into BODY section of document  -->
  18.  
  19. <BODY>
  20.  
  21.  
  22.  
  23. <!-- Original:  Shawn A. Mann (dharmamann@hotmail.com) -->
  24. <!-- Web Site:  http://www.laughingshaman.com -->
  25. <!-- Modified By:  Ronnie T. Moore, Editor -->
  26.  
  27. <center>
  28. <form name=popupform>
  29. Item:  <input type=button name=choice onClick="window.open('popup-picker-demo.html','popuppage','width=250,height=200,top=100,left=100');" value=" >> Choose << "><br>
  30. <p>
  31. </form>
  32. </center>
  33.  
  34.  
  35. <!-- END OF SCRIPT -->
  36. <!/SCRIPT>
  37.  
  38. <!PREVIEW>
  39. <!-- START OF SCRIPT -->
  40.  
  41.  
  42. <!-- HOW TO INSTALL POPUP PICKER:
  43.  
  44.   1.  Copy code into the body section of document  -->
  45.  
  46. <!-- STEP ONE: Add this code into BODY section of document  -->
  47.  
  48. <BODY>
  49.  
  50.  
  51.  
  52. <!-- Original:  Shawn A. Mann (dharmamann@hotmail.com) -->
  53. <!-- Web Site:  http://www.laughingshaman.com -->
  54. <!-- Modified By:  Ronnie T. Moore, Editor -->
  55.  
  56. <center>
  57. <form name=popupform>
  58. Item:  <input type=button name=choice onClick="window.open('popup-picker-demo.html','popuppage','width=250,height=200,top=100,left=100');" value=" >> Choose << "><br>
  59. <p>
  60. </form>
  61. </center>
  62.  
  63. <!-- END OF SCRIPT -->
  64. <!/PREVIEW>
  65.  
  66. <!RELATED>NONE<!/RELATED>
  67.